Nevron Open Vision Documentation
Nevron.Nov.Windows.Forms Namespace / NNovWidgetHost<T> Class / Widget Property


In This Topic
    Widget Property (NNovWidgetHost<T>)
    In This Topic
    Gets/Sets the NOV widget contained by this host.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Nevron")>
    <System.ComponentModel.DescriptionAttribute("The NOV widget contained by this control.")>
    <System.ComponentModel.EditorAttribute(Nevron.Nov.Windows.Forms.NNovWidgetEditor, System.Drawing.Design.UITypeEditor)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public Property Widget As T
    'Usage
     
    
    Dim instance As NNovWidgetHost(Of T)
    Dim value As T
     
    instance.Widget = value
     
    value = instance.Widget
    [System.ComponentModel.Category("Nevron")]
    [System.ComponentModel.Description("The NOV widget contained by this control.")]
    [System.ComponentModel.Editor(Nevron.Nov.Windows.Forms.NNovWidgetEditor, System.Drawing.Design.UITypeEditor)]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public T Widget {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also